Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / PdfString Constructor / PdfString Constructor(Byte[],PdfStringFlags)
The value.
The value of Flags.

In This Topic
    PdfString Constructor(Byte[],PdfStringFlags)
    In This Topic
    Initializes a new instance of the PdfString class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value() As System.Byte, _
       ByVal flags As PdfStringFlags _
    )
    public PdfString( 
       System.byte[] value,
       PdfStringFlags flags
    )

    Parameters

    value
    The value.
    flags
    The value of Flags.
    See Also